home *** CD-ROM | disk | FTP | other *** search
/ Stuart Little 2 Press Kit / Stuart Little 2 Press Kit.iso / pc / SL2.dxr / New Save Image Cast_145_IM10_SV_Thumb.ls < prev    next >
Encoding:
Text File  |  2002-06-24  |  240 b   |  22 lines

  1. on mouseWithin me
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave me
  6.   cursor(0)
  7. end
  8.  
  9. on mouseDown me
  10.   global gIM10
  11.   if gIM10 = 1 then
  12.     gIM10 = 0
  13.   else
  14.     gIM10 = 1
  15.   end if
  16. end
  17.  
  18. on mouseUp me
  19.   sound(3).play(member("Shutter"))
  20.   updateStage()
  21. end
  22.